C1.Web.Mvc Namespace / CollectionViewResponse<T> Class / ColumnData Property

In This Topic
ColumnData Property
In This Topic
Gets or sets the data of specific column.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Property ColumnData As IList(Of Object)
 
See Also